home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
ccdl151s.zip
/
INCLUDE
/
HASH.P
< prev
next >
Wrap
Text File
|
1995-03-18
|
333b
|
10 lines
/* Protogen Version 1.05 Saturday March 18, 1995 13:08:38 */
/* Hash.c */
HASHREC *AddHash(HASHREC **table, HASHREC *item, char *key, int size);
HASHREC **LookupHash(HASHREC **table, char *key, int size);
HASHREC **CreateHashTable(int size);
void DumpHashTable(HASHREC **t, char *string);